home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Gobby 0.4.7 / gobby-0.4.7.exe / {app} / share / gtksourceview-2.0 / styles / oblivion.xml < prev    next >
Extensible Markup Language  |  2008-09-09  |  5KB  |  112 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.  
  4.  Copyright (C) 2007 GtkSourceView team
  5.  Author: Paolo Borelli <pborelli@gnome.org>
  6.  
  7.  This library is free software; you can redistribute it and/or
  8.  modify it under the terms of the GNU Library General Public
  9.  License as published by the Free Software Foundation; either
  10.  version 2 of the License, or (at your option) any later version.
  11.  
  12.  This library is distributed in the hope that it will be useful,
  13.  but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  15.  Library General Public License for more details.
  16.  
  17.  You should have received a copy of the GNU Library General Public
  18.  License along with this library; if not, write to the
  19.  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  20.  Boston, MA 02111-1307, USA.
  21.  
  22. -->
  23.  
  24. <style-scheme id="oblivion" _name="Oblivion" version="1.0">
  25.  
  26.   <author>Paolo Borelli</author>
  27.   <_description>Dark color scheme using the Tango color palette</_description>
  28.  
  29.   <!-- Tango Palette -->
  30.   <color name="butter1"                     value="#fce94f"/>
  31.   <color name="butter2"                     value="#edd400"/>
  32.   <color name="butter3"                     value="#c4a000"/>
  33.   <color name="chameleon1"                  value="#8ae234"/>
  34.   <color name="chameleon2"                  value="#73d216"/>
  35.   <color name="chameleon3"                  value="#4e9a06"/>
  36.   <color name="orange1"                     value="#fcaf3e"/>
  37.   <color name="orange2"                     value="#f57900"/>
  38.   <color name="orange3"                     value="#ce5c00"/>
  39.   <color name="skyblue1"                    value="#729fcf"/>
  40.   <color name="skyblue2"                    value="#3465a4"/>
  41.   <color name="skyblue3"                    value="#204a87"/>
  42.   <color name="plum1"                       value="#ad7fa8"/>
  43.   <color name="plum2"                       value="#75507b"/>
  44.   <color name="plum3"                       value="#5c3566"/>
  45.   <color name="chocolate1"                  value="#e9b96e"/>
  46.   <color name="chocolate2"                  value="#c17d11"/>
  47.   <color name="chocolate3"                  value="#8f5902"/>
  48.   <color name="scarletred1"                 value="#ef2929"/>
  49.   <color name="scarletred2"                 value="#cc0000"/>
  50.   <color name="scarletred3"                 value="#a40000"/>
  51.   <color name="aluminium1"                  value="#eeeeec"/>
  52.   <color name="aluminium2"                  value="#d3d7cf"/>
  53.   <color name="aluminium3"                  value="#babdb6"/>
  54.   <color name="aluminium4"                  value="#888a85"/>
  55.   <color name="aluminium5"                  value="#555753"/>
  56.   <color name="aluminium6"                  value="#2e3436"/>
  57.  
  58.   <!-- Global Settings -->
  59.   <style name="text"                        foreground="aluminium2" background="aluminium6"/>
  60.   <style name="selection"                   foreground="aluminium1" background="aluminium4"/>
  61.   <style name="cursor"                      foreground="aluminium2"/>
  62.   <style name="current-line"                background="aluminium5"/>
  63.   <style name="line-numbers"                foreground="aluminium5" background="#black"/>
  64.  
  65.   <!-- Bracket Matching -->
  66.   <style name="bracket-match"               foreground="aluminium1" background="aluminium3" bold="true"/>
  67.   <style name="bracket-mismatch"            foreground="aluminium1" background="scarletred2" bold="true"/>
  68.  
  69.   <!-- Right Margin -->
  70.   <style name="right-margin"                foreground="aluminium1" background="aluminium4"/>
  71.   
  72.   <!-- Search Matching -->
  73.   <style name="search-match"                foreground="aluminium1" background="chameleon3"/>
  74.  
  75.   <!-- Comments -->
  76.   <style name="def:comment"                 foreground="aluminium4"/>
  77.   <style name="def:shebang"                 foreground="aluminium4" bold="true"/>
  78.   <style name="def:doc-comment-element"     italic="true"/>
  79.  
  80.   <!-- Constants -->
  81.   <style name="def:constant"                foreground="butter2"/>
  82.   <style name="def:string"                  foreground="butter2"/>
  83.   <style name="def:special-char"            foreground="orange3"/>
  84.   <style name="def:special-constant"        foreground="orange3"/>
  85.   <style name="def:floating-point"          foreground="orange3"/>
  86.  
  87.   <!-- Identifiers -->
  88.   <style name="def:identifier"              foreground="skyblue1"/>
  89.  
  90.   <!-- Statements -->
  91.   <style name="def:statement"               foreground="#white" bold="true"/>
  92.  
  93.   <!-- Types -->
  94.   <style name="def:type"                    foreground="chameleon1" bold="true"/> 
  95.  
  96.   <!-- Others -->
  97.   <style name="def:preprocessor"            foreground="plum1"/>
  98.   <style name="def:error"                   foreground="aluminium1" background="scarletred2" bold="true"/>
  99.   <style name="def:note"                    background="butter1" foreground="aluminium4" bold="true"/>
  100.   <style name="def:underlined"              italic="true" underline="true"/>
  101.  
  102.   <!-- Language specific -->
  103.   <style name="diff:added-line"             foreground="butter2"/>
  104.   <style name="diff:removed-line"           foreground="skyblue1"/>
  105.   <style name="diff:changed-line"           foreground="plum1"/>
  106.   <style name="diff:diff-file"              foreground="chameleon1" bold="true"/> 
  107.   <style name="diff:location"               foreground="chameleon1"/> 
  108.   <style name="diff:special-case"           foreground="#white" bold="true"/>
  109.  
  110. </style-scheme>
  111.  
  112.